Autogenerated HTML docs for v1.5.6-49-g112db 
diff --git a/git-fast-export.html b/git-fast-export.html index 8058856..ec84222 100644 --- a/git-fast-export.html +++ b/git-fast-export.html 
@@ -308,6 +308,35 @@  unsigned, with <em>verbatim</em>, they will be silently exported   and with <em>warn</em>, they will be exported, but you will see a warning.</p>   </dd>  +<dt>  +--export-marks=&lt;file&gt;  +</dt>  +<dd>  +<p>  + Dumps the internal marks table to &lt;file&gt; when complete.  + Marks are written one per line as <tt>:markid SHA-1</tt>. Only marks  + for revisions are dumped; marks for blobs are ignored.  + Backends can use this file to validate imports after they  + have been completed, or to save the marks table across  + incremental runs. As &lt;file&gt; is only opened and truncated  + at completion, the same path can also be safely given to  + --import-marks.  +</p>  +</dd>  +<dt>  +--import-marks=&lt;file&gt;  +</dt>  +<dd>  +<p>  + Before processing any input, load the marks specified in  + &lt;file&gt;. The input file must exist, must be readable, and  + must use the same format as produced by --export-marks.  +</p>  +<p>Any commits that have already been marked will not be exported again.  +If the backend uses a similar --import-marks file, this allows for  +incremental bidirectional exporting of the repository by keeping the  +marks the same across runs.</p>  +</dd>   </dl>   </div>   <h2>EXAMPLES</h2>  @@ -351,7 +380,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 08-Jun-2008 01:33:37 UTC  +Last updated 23-Jun-2008 07:13:35 UTC   </div>   </div>   </body>